home *** CD-ROM | disk | FTP | other *** search
- recio, Version 2.00, Release April 15, 1994.
- Copyright (C) 1994, William Pierpoint.
-
- This zip file contains the following files:
-
- Administrative information:
- README Introductory remarks
- MANIFEST This file - list of all files
- COPYRITE Copyright notice
- HISTORY History of changes to recio library
- WHATSNEW Latest set of changes
-
- Documentation:
- TUTOR.TXT Tutorial introduction to the recio library
- USAGE.TXT Standard usage guide
- SPEC.TXT Specification
- DESIGN.TXT Design and development notes
- TIPS.TXT Tips and ideas on using recio functions
-
- Test and example Programs:
- DIF.EXE Locates first difference between files (see TUTOR.TXT)
- MKTEST.BAT Makes all test programs
- TEST.BAT Regression test
- TESTCHG.C Character delimited input test source
- TESTCHP.C Character delimited output test source
- TESTCOG.C Column delimited input test source
- TESTCOP.C Column delimited output test source
- TESTCHG.DAT Baseline input test data for TESTCHG.EXE
- TESTCOG.DAT Baseline input test data for TESTCOG.EXE
- TESTCHG.OUT Baseline output test results from TESTCHG.DAT
- TESTCHP.OUT Baseline output test results from TESTCHP.DAT
- TESTCOG.OUT Baseline output test results from TESTCOG.DAT
- TESTCOP.OUT Baseline output test results from TESTCOP.DAT
- TESTCHG.EXE Program tests character delimited input field functions
-
- Libraries:
- RECIOS.LIB recio small memory model library
- RECIOL.LIB recio large memory model library
-
- Source:
- MAKEFILE Makefile to make recio library
- MKLIBS.BAT Makes all recio libraries (all memory models)
- RGET.C C source for reading records
- RPUT.C C source for writing records
- RGETS.C C source for reading char-delim char and string data
- RPUTS.C C source for writing char-delim char and string data
- RCGET.C C source for reading col-delim char and string data
- RCPUT.C C source for writing col-delim char and string data
- RBGET.C C source for reading char-delim integral numbers
- RBPUT.C C source for writing char-delim integral numbers
- RCBGET.C C source for reading col-delim integral numbers
- RCBPUT.C C source for writing col-delim integral numbers
- RGETF.C C source for reading char-delim floating point numbers
- RPUTF.C C source for writing char-delim floating point numbers
- RCGETF.C C source for reading col-delim floating point numbers
- RCPUTF.C C source for writing col-delim floating point numbers
- RECIO.C C source for all other recio functions
- RERR.C C source for error functions
- RWARN.C C source for warning functions
- RFIX.C C source for functions that fix input data errors
- _RBGET.H C header for rbget.c
- _RBPUT.H C header for rbput.c
- _RCBGET.H C header for rcbget.c
- _RCBPUT.H C header for rcbput.c
- _RGETF.H C header for rgetf.c
- _RPUTF.H C header for rputf.c
- _RCGETF.H C header for rcgetf.c
- _RCPUTF.H C header for rcputf.c
- RECIO.H C header for recio.c and application programs
-